log/slog.handleState.sep (field)

11 uses

	log/slog (current package)
		handler.go#L237: 		state.sep = h.attrSep()
		handler.go#L239: 			state.sep = ""
		handler.go#L320: 		s.buf.WriteString(s.sep)
		handler.go#L322: 		s.sep = s.h.attrSep()
		handler.go#L324: 			s.sep = ""
		handler.go#L377: 	sep     string         // separator to write before next key
		handler.go#L392: 		sep:     sep,
		handler.go#L428: 		s.sep = ""
		handler.go#L446: 	s.sep = s.h.attrSep()
		handler.go#L526: 	s.buf.WriteString(s.sep)
		handler.go#L538: 	s.sep = s.h.attrSep()